home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
UUCP
/
UUCon
/
Source
/
info.subproj
/
InfoController.h
next >
Wrap
Text File
|
1994-01-29
|
195b
|
15 lines
#import <appkit/appkit.h>
@interface InfoController:Object
{
id panel;
id versionText;
id version;
}
- init;
- makeKeyAndOrderFront:sender;
- setVersionValue: (const char *)ver;
@end